<xs:simpleType name="WhatIsItType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:documentation>Who made the item.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="FinishedProduct" />
<xs:enumeration value="Supply" />
</xs:restriction>
</xs:simpleType>
|